std::sinh
From Cppreference
| Defined in header
<cmath> | ||
| float sinh( float arg );
| ||
| double sinh( double arg );
| ||
| long double sinh( long double arg );
| ||
Computes hyperbolic sine of arg
Parameters
| arg | - | floating point value |
Return value
hyperbolic sine of arg
See also
| hyperbolic cosine (function) | ||
| hyperbolic tangent (function) | ||
| hyperbolic arc sine (function) | ||